#msg_email_check, #oc_email_check, #nws_email_check, #ret_email_check, #dis_email_check {display: none;}
.input, .input-group {position: relative;}
.input .form-control-feedback, .input-group .form-control-feedback {display: none; position: absolute; right: 7px; top: 0; height: 53px; line-height: 53px; font-size: 16px;}
.input-group .form-control-feedback {left: 4px;	height: 57px; line-height: 57px; font-size: 16px;}
.has-error .fa-times {display: block;}
.input.has-success .form-control-feedback.fa-check, .input-group.has-success .form-control-feedback.fa-check {display: block; color: green;}
.input.has-error .form-control-feedback.fa-times, .input-group.has-error .form-control-feedback.fa-times {display: block; color: red;}